Dev Tools
Collection of Handy tools for web/developers!
Vad är Dev Tools?
Dev Tools är en Chrome-tillägg utvecklad av https://ratsubsharewall.blogspot.com, och dess huvudfunktion är "Collection of Handy tools for web/developers!".
Tilläggsskärmbilder
Ladda ner Dev Tools-förlängningens CRX-fil
Ladda ner Dev Tools-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
Boost your web/development productivity
Provides a collection of various free tools for developers and users out there who might find them useful.
- URL Encoder/Decoder
- HTML Encoder/Decoder
- Javascript Formatter
- CSS Beautifier/Formatter
- XML Beautifier/Formatter
- Text=>Image watermark
- Base⁶⁴ Img Data URL
For suggestions & feedback write to:
[email protected]
About Me:
https://ratsubsharewall.blogspot.com/p/about-rathanavel.html
Privacy:
https://ratsubsharewall.blogspot.com/p/privacy-policy.html Grundläggande Information om Tillägg
| Namn | |
| ID | ahaclkcdfdcebbegimadgdlkccjdkmca |
| Officiell webbadress | https://chromewebstore.google.com/detail/dev-tools/ahaclkcdfdcebbegimadgdlkccjdkmca |
| Beskrivning | Collection of Handy tools for web/developers! |
| Filstorlek | 106 KB |
| Antal Installationer | 885 |
| Aktuell Version | 5.0 |
| Senast Uppdaterad | 2021-05-04 |
| Publiceringsdatum | 2018-08-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://ratsubsharewall.blogspot.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://onlinedevtool.blogspot.com/ |
| URL till Sekretesspolicy Sidan | https://dtools.app/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dev Tools",
"short_name": "Collection of Handy tools",
"description": "Collection of Handy tools for web\/developers!",
"version": "5.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Dev Tools"
},
"options_page": "options.html",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |