Twitter Share Button
Share selected text from any website to Twitter
Co je Twitter Share Button?
Twitter Share Button je rozšíření Chrome vyvinuté Владимир Морин, a jeho hlavní funkcí je „Share selected text from any website to Twitter“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Share Button
Stáhněte si soubory rozšíření Twitter Share Button 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í
You will be able to share information on the Internet with friends with a single click.
Základní Informace o Rozšíření
Název | |
ID | hkmmkblpaehhnmljcllnhfaieekjihni |
Oficiální URL | https://chrome.google.com/webstore/detail/twitter-share-button/hkmmkblpaehhnmljcllnhfaieekjihni |
Popis | Share selected text from any website to Twitter |
Velikost souboru | 24.54 KB |
Počet instalací | 90 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-10-24 |
Datum Vydání | 2015-10-24 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Владимир Морин |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "description": "Share selected text from any website to Twitter", "icons": { "16": "16.png", "128": "128.png" }, "name": "Twitter Share Button", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage" ], "manifest_version": 2, "version": "1.0", "browser_action": { "default_title": " Twitter Share Button", "default_icon": "16.png" } } |