Web page modification
Web page modification
Vad är Web page modification?
Web page modification är en Chrome-tillägg utvecklad av https://ita-in-ua.herokuapp.com, och dess huvudfunktion är "Web page modification".
Tilläggsskärmbilder
Ladda ner Web page modification-förlängningens CRX-fil
Ladda ner Web page modification-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
1.Сhange background color and text of any element of any page on the Internet.
2.Меняйте цвет фона и текста любого элемента любой страницы в интернете.
3.e-mail: [email protected] Grundläggande Information om Tillägg
| Namn | |
| ID | ngdiongcifgelapcafnomekolgmaflad |
| Officiell webbadress | https://chromewebstore.google.com/detail/web-page-modification/ngdiongcifgelapcafnomekolgmaflad |
| Beskrivning | Web page modification |
| Filstorlek | 691 KB |
| Antal Installationer | 18 |
| Aktuell Version | 0.0.0.9 |
| Senast Uppdaterad | 2017-01-25 |
| Publiceringsdatum | 2017-01-25 |
| Betyg | 2.50/5 Totalt 4 Betyg |
| Utvecklare | https://ita-in-ua.herokuapp.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://ita-in-ua.herokuapp.com/ |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.0.9",
"name": "Web page modification",
"description": "Web page modification",
"permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"modification_web_page_min.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"start.js"
]
},
"icons": {
"64": "icon_64.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "settings_32.png",
"default_title": "page modification"
}
} | |