Clown computing
Replaces the text 'cloud' with 'clown'.
Vad är Clown computing?
Clown computing är en Chrome-tillägg utvecklad av technoboy85, och dess huvudfunktion är "Replaces the text 'cloud' with 'clown'.".
Tilläggsskärmbilder
Ladda ner Clown computing-förlängningens CRX-fil
Ladda ner Clown computing-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
sourcecode: http://pastebin.com/embed_iframe.php?i=p6NgjEHL Grundläggande Information om Tillägg
| Namn | |
| ID | donnhmnpkaihbjbanpoiechcppadniam |
| Officiell webbadress | https://chromewebstore.google.com/detail/clown-computing/donnhmnpkaihbjbanpoiechcppadniam |
| Beskrivning | Replaces the text 'cloud' with 'clown'. |
| Filstorlek | 32.76 KB |
| Antal Installationer | 69 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-09-23 |
| Publiceringsdatum | 2014-09-23 |
| Betyg | 3.67/5 Totalt 6 Betyg |
| Utvecklare | technoboy85 |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Clown computing",
"version": "1.0",
"description": "Replaces the text 'cloud' with 'clown'.",
"icons": {
"128": "pennywise.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |