Pink background

This extension allows the users to change the background in pink color of the current page.

Vad är Pink background?

Pink background är en Chrome-tillägg utvecklad av https://dierezepte.com, och dess huvudfunktion är "This extension allows the users to change the background in pink color of the current page.".

Tilläggsskärmbilder

screenshot

Ladda ner Pink background-förlängningens CRX-fil

Ladda ner Pink background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                    

Grundläggande Information om Tillägg

Namn Pink background Pink background
ID ehiaijjfijdbaepbhgompjomellejfoj
Officiell webbadress https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj
Beskrivning This extension allows the users to change the background in pink color of the current page.
Filstorlek 7.37 KB
Antal Installationer 1,000
Aktuell Version 1.0
Senast Uppdaterad 2018-02-20
Publiceringsdatum 2018-02-20
Betyg 2.75/5 Totalt 4 Betyg
Utvecklare https://dierezepte.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dierezepte.com/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink background",
    "description": "This extension allows the users to change the background in pink color of the current page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}