ASINコピ

検索結果・ほしい物リスト・コンテンツと端末の管理に表示される商品のASINをクリップボードにコピーします。

What is ASINコピ?

ASINコピ is a Chrome extension developed by you75, and its main feature is "検索結果・ほしい物リスト・コンテンツと端末の管理に表示される商品のASINをクリップボードにコピーします。".

Extension Screenshots

screenshot

Download ASINコピ Extension CRX File

Download ASINコピ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Amazonの検索結果・ほしい物リスト・コンテンツと端末の管理を表示したとき、アドレスバーに表示されている「ASINコピ」アイコンをクリックすれば、そのページに表示されている商品のASINがクリップボードにコピーされます。                    

Extension Basic Information

Name ASINコピ ASINコピ
ID cjhagankbpabdeimpdonlanmbebkimda
Official URL https://chromewebstore.google.com/detail/asin%E3%82%B3%E3%83%94/cjhagankbpabdeimpdonlanmbebkimda
Description 検索結果・ほしい物リスト・コンテンツと端末の管理に表示される商品のASINをクリップボードにコピーします。
File Size 14.71 KB
Installation Count 456
Current Version 1.0.9
Last Updated 2022-09-13
Publish Date 2019-06-04
Developer you75
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ASIN\u30b3\u30d4",
    "version": "1.0.9",
    "description": "\u691c\u7d22\u7d50\u679c\u30fb\u307b\u3057\u3044\u7269\u30ea\u30b9\u30c8\u30fb\u30b3\u30f3\u30c6\u30f3\u30c4\u3068\u7aef\u672b\u306e\u7ba1\u7406\u306b\u8868\u793a\u3055\u308c\u308b\u5546\u54c1\u306eASIN\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "scripting",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.co.jp\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "ASIN\u30b3\u30d4"
    }
}