Twitter Share
Allows you to share text,images,content,links,pages,etc. to your twitter account
Twitter Shareとは何ですか?
Twitter Shareはowaiskazi19によって開発されたChromeの拡張機能で、その主な機能は「Allows you to share text,images,content,links,pages,etc. to your twitter account」です。
拡張機能のスクリーンショット
Twitter Share拡張機能のCRXファイルをダウンロード
Twitter Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Now no need to open every time your twitter account,log in and then tweet anything. You can directly share any selected text,image,link or any page directly to your twitter profile with this extension.
拡張機能の基本情報
名前 | Twitter Share |
ID | oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn |
公式URL | https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn |
説明 | Allows you to share text,images,content,links,pages,etc. to your twitter account |
ファイルサイズ | 12.12 KB |
インストール数 | 204 |
現在のバージョン | 1.0 |
最終更新日 | 2016-02-14 |
公開日 | 2016-02-14 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | owaiskazi19 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Share", "description": "Allows you to share text,images,content,links,pages,etc. to your twitter account", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "64": "icon.png", "32": "icon.png", "16": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ] } |