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 |
官方網址 | 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" ] } |