Tweet The Page
Tweet the current page from the address bar
Co je Tweet The Page?
Tweet The Page je rozšíření Chrome vyvinuté Tiny Web Apps, a jeho hlavní funkcí je „Tweet the current page from the address bar“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tweet The Page
Stáhněte si soubory rozšíření Tweet The Page 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í
Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away. Version 2.0.0 - Sharing panel opens in separate window.
Základní Informace o Rozšíření
Název | Tweet The Page |
ID | clddnmnohefheaijfieeahbglfdencoe |
Oficiální URL | https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe |
Popis | Tweet the current page from the address bar |
Velikost souboru | 689 KB |
Počet instalací | 58 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2015-04-24 |
Datum Vydání | 2015-04-24 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | Tiny Web Apps |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet The Page", "version": "2.0.0", "author": "Tiny Web Apps", "description": "Tweet the current page from the address bar", "icons": { "16": "img\/icon-x16.png", "48": "img\/icon-x48.png", "128": "img\/icon-x128.png" }, "permissions": [ "tabs" ], "page_action": { "default_icon": { "19": "img\/icon-x19.png", "38": "img\/icon-x38.png" }, "default_title": "Tweet this Page" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] } } |