Tweet The Page
Tweet the current page from the address bar
Tweet The Pageとは何ですか?
Tweet The PageはTiny Web Appsによって開発されたChromeの拡張機能で、その主な機能は「Tweet the current page from the address bar」です。
拡張機能のスクリーンショット
Tweet The Page拡張機能のCRXファイルをダウンロード
Tweet The Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Tweet The Page |
ID | clddnmnohefheaijfieeahbglfdencoe |
公式URL | https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe |
説明 | Tweet the current page from the address bar |
ファイルサイズ | 689 KB |
インストール数 | 58 |
現在のバージョン | 2.0.0 |
最終更新日 | 2015-04-24 |
公開日 | 2015-04-24 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Tiny Web Apps |
支払い方法 | free |
対応言語 | 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" ] } } |