TabCount
開いたタブの数をツイートする拡張機能
Wat is TabCount?
TabCount is een Chrome-extensie ontwikkeld door https://monora.me, en de belangrijkste functie is "開いたタブの数をツイートする拡張機能".
Extensie Screenshots
Download het CRX-bestand van de extensie TabCount
Download TabCount-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
TabCountは、現在開いているタブの数を表示する、Chrome拡張機能です。 また、現在開いているタブの数, 今まで開いた累計のタブの数をTwitterに呟いて共有することが出来ます。 なお、今までに開いたタブの数は記憶され、Chromeを終了しても保存されます。
Basisinformatie over de Extensie
Naam | TabCount |
ID | ihadphhlojakgdblgldcbknkbcglbece |
Officiële URL | https://chromewebstore.google.com/detail/tabcount/ihadphhlojakgdblgldcbknkbcglbece |
Beschrijving | 開いたタブの数をツイートする拡張機能 |
Bestandsgrootte | 10.7 KB |
Aantal Installaties | 128 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2014-03-21 |
Publicatiedatum | 2014-03-21 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://monora.me |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |