Amazon To Backpack

Easily open Amazon product page links in Backpack.

What is Amazon To Backpack?

Amazon To Backpack is a Chrome extension developed by Shahedur Rahman, and its main feature is "Easily open Amazon product page links in Backpack.".

Extension Screenshots

screenshot

Download Amazon To Backpack Extension CRX File

Download Amazon To Backpack 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

                        When browsing any product page in Amazon, click on backpack toolbar icon to open current product (in Backpack).

Open Source!
Visit the website link to access source code :)                    

Extension Basic Information

Name Amazon To Backpack Amazon To Backpack
ID kmlanmcianeoifblholdcojeomddihii
Official URL https://chromewebstore.google.com/detail/amazon-to-backpack/kmlanmcianeoifblholdcojeomddihii
Description Easily open Amazon product page links in Backpack.
File Size 7.02 KB
Installation Count 48
Current Version 1.6
Last Updated 2017-07-30
Publish Date 2017-07-30
Rating 5.00/5 Total 4 Ratings
Developer Shahedur Rahman
Email [email protected]
Payment Type free
Extension Website https://github.com/shahedurrahman/AmazonToBackpack
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon To Backpack",
    "description": "Easily open Amazon product page links in Backpack.",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Open in Backpack"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ]
}