https://github.com/guysoft/chrome-extension-modifier
A program used to patch Chrome extensions. For now it patches TweetDeck to support Right-to-Left languages
https://github.com/guysoft/chrome-extension-modifier
Last synced: about 2 months ago
JSON representation
A program used to patch Chrome extensions. For now it patches TweetDeck to support Right-to-Left languages
- Host: GitHub
- URL: https://github.com/guysoft/chrome-extension-modifier
- Owner: guysoft
- License: gpl-2.0
- Created: 2011-04-22T22:08:20.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-22T08:47:52.000Z (over 14 years ago)
- Last Synced: 2025-03-20T07:55:10.956Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 9.9 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Chrome Extension Modifier
-------------------------
Written by Guy Sheffer
A cross-platform Google Chrome/Chromium extension Modifier,
as a workaround issue: http://code.google.com/p/chromium/issues/detail?id=77440
Currently modifies TweetDeck to have right-to-left support.
Built modularly to provide a toolkit to modify any Chrome extension
Tested on Linux and Windows
Requirements
------------
Python >= 2.7
wxPython 2.8
On Debian/Ubuntu:
apt-get python-wxgtk2.8
On Windows you would have to download python and wxpython from their websites
Running on Linux
----------------
python src/Main.py
Running on Windows
------------------
Download and run TweetDeckRTLPatcher.exe
From: http://bit.ly/TweetDeckRTLPatch
GUI editing
-----------
The gui is built with wxglade, you can edit it graphically by opening:
wxglade ChromeExtensionModifier.wxg
Packaging on Windows
--------------------
You can build an executable with pyinstaller: http://www.pyinstaller.org/
(Note you will need pywin32 for pyinstaller: http://sourceforge.net/projects/pywin32/)
The binary unfortunately is huge, no idea how to reduce its size