Share to ChatWork
Share current page to ChatWork
Τι είναι το Share to ChatWork;
Το Share to ChatWork είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον haneco, και η κύρια λειτουργία του είναι "Share current page to ChatWork".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Share to ChatWork
Λήψη αρχείων επέκτασης Share to ChatWork σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Extension that allows you to share the page being displayed with chat work. The same function as the official "share with chat work" button (http://www.chatwork.com/ja/share/) is realized on the page where the button is not installed. If you select a character string in the page, quote the selected range. By setting it as an option, it is also possible to open a share page directly to KDDI ChatWork.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Share to ChatWork |
ID | nfefoppdjaidappikcjaeapgdkdjlngp |
Επίσημο URL | https://chromewebstore.google.com/detail/share-to-chatwork/nfefoppdjaidappikcjaeapgdkdjlngp |
Περιγραφή | Share current page to ChatWork |
Μέγεθος Αρχείου | 240 KB |
Αριθμός Εγκαταστάσεων | 1,030 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2017-05-31 |
Ημερομηνία Δημοσίευσης | 2017-05-31 |
Προγραμματιστής | haneco |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "browser_action": { "default_title": "__MSG_appButtonTitle__" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ] } |