Copy&Paster
The application to ease the material collected in the paste while browsing.
Qu'est-ce que Copy&Paster ?
Copy&Paster est une extension Chrome développée par Phiyory, et sa fonction principale est "The application to ease the material collected in the paste while browsing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy&Paster
Téléchargez les fichiers d'extension Copy&Paster 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
ネット巡回中に見つけた良いフレーズをコピペするために、いちいちメモ帳を開いていた微妙な面倒さが省けます。 1,ウェブページ上の【文字を選択した状態】で右クリック。 2,コンテキストメニューに追加された『~をコピペでメモる』をクリック。 3,右上アイコンに選択した文字がコピーされます。 [どんな感じ?] ・シンプル・イズ・ベスト。 ・ブラウザを閉じてもコピペしたものは消えない。(ローカルストレージに保存) ・Copyボタンで一括してクリップボードにコピー出来る。
Informations de Base sur l'Extension
Nom | Copy&Paster |
ID | pjacaegmadgnakiegpmedhbpfoecmfop |
URL Officiel | https://chromewebstore.google.com/detail/copypaster/pjacaegmadgnakiegpmedhbpfoecmfop |
Description | The application to ease the material collected in the paste while browsing. |
Taille du Fichier | 55.37 KB |
Nombre d'Installations | 1,083 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2014-10-14 |
Date de Publication | 2014-10-14 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Phiyory |
Type de Paiement | free |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.0", "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "__MSG_default_title__", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage", "unlimitedStorage", "clipboardWrite" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "minimum_chrome_version": "30.0.1599.101", "default_locale": "ja", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |