TabCount
開いたタブの数をツイートする拡張機能
What is TabCount?
TabCount is a Chrome extension developed by https://monora.me, and its main feature is "開いたタブの数をツイートする拡張機能".
Extension Screenshots
Download TabCount Extension CRX File
Download TabCount 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
TabCountは、現在開いているタブの数を表示する、Chrome拡張機能です。 また、現在開いているタブの数, 今まで開いた累計のタブの数をTwitterに呟いて共有することが出来ます。 なお、今までに開いたタブの数は記憶され、Chromeを終了しても保存されます。
Extension Basic Information
Name | TabCount |
ID | ihadphhlojakgdblgldcbknkbcglbece |
Official URL | https://chromewebstore.google.com/detail/tabcount/ihadphhlojakgdblgldcbknkbcglbece |
Description | 開いたタブの数をツイートする拡張機能 |
File Size | 10.7 KB |
Installation Count | 128 |
Current Version | 0.3 |
Last Updated | 2014-03-21 |
Publish Date | 2014-03-21 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://monora.me |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCount", "description": "\u958b\u3044\u305f\u30bf\u30d6\u306e\u6570\u3092\u30c4\u30a4\u30fc\u30c8\u3059\u308b\u62e1\u5f35\u6a5f\u80fd", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "version": "0.3", "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TabCountTweet", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |