Share on Twitter
Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
Co je Share on Twitter?
Share on Twitter je rozšíření Chrome vyvinuté http://mustafa.io, a jeho hlavní funkcí je „Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Share on Twitter
Stáhněte si soubory rozšíření Share on Twitter 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í
Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.
Základní Informace o Rozšíření
Název | |
ID | ccnepoheeddldggdgihffmglfjpojggh |
Oficiální URL | https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh |
Popis | Strips Youtube, Vimeo and SoundCloud links for Twitter sharing. |
Velikost souboru | 10.19 KB |
Počet instalací | 21 |
Aktuální Verze | 0.9.1 |
Poslední Aktualizace | 2014-11-30 |
Datum Vydání | 2014-11-30 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | http://mustafa.io |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/twitter.com\/intent\/tweet*" ], "run_at": "document_end" } ], "description": "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.", "icons": { "128": "twShare_128x128.png", "48": "twshare-48x48.png" }, "manifest_version": 2, "name": "Share on Twitter", "permissions": [ "activeTab" ], "short_name": "twShare", "version": "0.9.1", "author": "@5yx", "homepage_url": "https:\/\/twitter.com\/5yx" } |