chatworkリンクメーカー
シェアしたいタブを選んでchatworkのinfo形式文字列に変換するアドオンです
Wat is chatworkリンクメーカー?
chatworkリンクメーカー is een Chrome-extensie ontwikkeld door https://okisanjp.hatenablog.jp, en de belangrijkste functie is "シェアしたいタブを選んでchatworkのinfo形式文字列に変換するアドオンです".
Extensie Screenshots
Download het CRX-bestand van de extensie chatworkリンクメーカー
Download chatworkリンクメーカー-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
Basisinformatie over de Extensie
Naam | chatworkリンクメーカー |
ID | akhcbndknelgdjnehlpnhenpdhnlepko |
Officiële URL | https://chromewebstore.google.com/detail/chatwork%E3%83%AA%E3%83%B3%E3%82%AF%E3%83%A1%E3%83%BC%E3%82%AB%E3%83%BC/akhcbndknelgdjnehlpnhenpdhnlepko |
Beschrijving | シェアしたいタブを選んでchatworkのinfo形式文字列に変換するアドオンです |
Bestandsgrootte | 64.92 KB |
Aantal Installaties | 499 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2018-04-20 |
Publicatiedatum | 2018-04-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://okisanjp.hatenablog.jp |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chatwork\u30ea\u30f3\u30af\u30e1\u30fc\u30ab\u30fc", "version": "1.1.1", "manifest_version": 2, "description": "\u30b7\u30a7\u30a2\u3057\u305f\u3044\u30bf\u30d6\u3092\u9078\u3093\u3067chatwork\u306einfo\u5f62\u5f0f\u6587\u5b57\u5217\u306b\u5909\u63db\u3059\u308b\u30a2\u30c9\u30aa\u30f3\u3067\u3059", "homepage_url": "https:\/\/github.com\/okisanjp\/chrome-ex-chatwork-info", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": "images\/16.png", "default_title": "chatwork link maker", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |