twick
Just wanna tweet current page.
What is twick?
twick is a Chrome extension developed by otiai10, and its main feature is "Just wanna tweet current page.".
Extension Screenshots
Download twick Extension CRX File
Download twick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
I just wanna tweet current page's URL. This extension simply open twitter intent dialog. This is all twick can do. ただただウェブページをツイートしたいだけなのに余計な機能が多すぎるんだってばよ。 今居るページのURLとタイトルをツイートするだけの、めっちゃシンプルな拡張です。 それ以外の機能は無いです。 いつもの「ツイートする」を開くだけなので、認証はいりません。
Extension Basic Information
Name | twick |
ID | fmdoehgidpmnkhakgkljpnlaccliemdf |
Official URL | https://chromewebstore.google.com/detail/twick/fmdoehgidpmnkhakgkljpnlaccliemdf |
Description | Just wanna tweet current page. |
File Size | 28.51 KB |
Installation Count | 91 |
Current Version | 0.3.3 |
Last Updated | 2015-06-17 |
Publish Date | 2015-06-17 |
Rating | 5.00/5 Total 5 Ratings |
Developer | otiai10 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/otiai10/twick |
Privacy Policy Page URL | https://github.com/KanCraft/kanColleWidget/blob/develop/PRIVACY_POLICY.md |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "twick", "version": "0.3.3", "description": "Just wanna tweet current page.", "icons": { "48": "src\/img\/twick.48.png", "128": "src\/img\/twick.128.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/twitter.com\/intent\/*" ], "browser_action": { "default_icon": "src\/img\/twick.400.png" }, "background": { "persistent": true, "scripts": [ "src\/js\/bg.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/intent\/tweet?twick=true*" ], "js": [ "src\/js\/twitter.js" ] } ], "options_page": "src\/html\/options.html" } |