TweetThis
Tweets the current URL
Co je TweetThis?
TweetThis je rozšíření Chrome vyvinuté Jarryd Lee, a jeho hlavní funkcí je „Tweets the current URL“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TweetThis
Stáhněte si soubory rozšíření TweetThis ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Allows for an easy one click method to tweet your current URL by clicking the tweet this button up the top right of the browser.
Základní Informace o Rozšíření
Název | |
ID | dfeipfeeiojbkadlgokhllookmopmdhi |
Oficiální URL | https://chrome.google.com/webstore/detail/tweetthis/dfeipfeeiojbkadlgokhllookmopmdhi |
Popis | Tweets the current URL |
Velikost souboru | 81.59 KB |
Počet instalací | 47 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2014-02-13 |
Datum Vydání | 2014-02-13 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Jarryd Lee |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TweetThis", "short_name": "TweetThis", "author": "Jarryd Lee", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "description": "Tweets the current URL", "version": "2.1", "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "icon16.png", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/api.bit.ly\/*" ] }, "web_accessible_resources": [ "jquery-1.10.1.min.map" ], "manifest_version": 2 } |