QuickTweet
A Twitter ToolKit by Will
QuickTweetとは何ですか?
QuickTweetはcobwebsterukによって開発されたChromeの拡張機能で、その主な機能は「A Twitter ToolKit by Will」です。
拡張機能のスクリーンショット
QuickTweet拡張機能のCRXファイルをダウンロード
QuickTweet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Quick Tweeting tool which allows you to tweet selections, pages, images and URLS without the need of typing or going to twitter. Right click anywhere on a page to tweet the page URL Right click selected text to tweet the text Right click a image to tweet the image Right click a link to tweet the link
拡張機能の基本情報
名前 | QuickTweet |
ID | glongeojkcbhnkhjjlbijdcfgmndigjp |
公式URL | https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp |
説明 | A Twitter ToolKit by Will |
ファイルサイズ | 15.44 KB |
インストール数 | 140 |
現在のバージョン | 1.1 |
最終更新日 | 2017-07-10 |
公開日 | 2017-07-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | cobwebsteruk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickTweet", "description": "A Twitter ToolKit by Will", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "64": "bigicon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "myscript.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "contextMenus" ] } |