twick
Just wanna tweet current page.
Qu'est-ce que twick ?
twick est une extension Chrome développée par otiai10, et sa fonction principale est "Just wanna tweet current page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension twick
Téléchargez les fichiers d'extension twick au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
I just wanna tweet current page's URL. This extension simply open twitter intent dialog. This is all twick can do. ただただウェブページをツイートしたいだけなのに余計な機能が多すぎるんだってばよ。 今居るページのURLとタイトルをツイートするだけの、めっちゃシンプルな拡張です。 それ以外の機能は無いです。 いつもの「ツイートする」を開くだけなので、認証はいりません。
Informations de Base sur l'Extension
Nom | twick |
ID | fmdoehgidpmnkhakgkljpnlaccliemdf |
URL Officiel | https://chromewebstore.google.com/detail/twick/fmdoehgidpmnkhakgkljpnlaccliemdf |
Description | Just wanna tweet current page. |
Taille du Fichier | 28.51 KB |
Nombre d'Installations | 91 |
Version Actuelle | 0.3.3 |
Dernière Mise à Jour | 2015-06-17 |
Date de Publication | 2015-06-17 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | otiai10 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/otiai10/twick |
URL de la Page de Politique de Confidentialité | https://github.com/KanCraft/kanColleWidget/blob/develop/PRIVACY_POLICY.md |
Langues Prises en Charge | 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" } |