Steem Tools
Steem Tools
Cos'è Steem Tools?
Steem Tools è un'estensione di Chrome sviluppata da HappyBerrysBoy, e la sua funzione principale è "Steem Tools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steem Tools
Scarica i file di estensione Steem Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
스팀잇사이트에서 바로 편하게 사용할 수 있는 기능들을 추가하였습니다.
(캡쳐화면등은 예전 버전입니다. 추후에 현재 버전의 캡쳐화면으로 수정 예정입니다.)
불편한 사항이나, 버그, 수정할 부분이 있으시면 https://www.steemit.com/@happyberrysboy의 아무글에나 댓글을 남겨 주시면 살펴보겠습니다.
많은 사용바랍니다.
감사합니다. Informazioni di Base sull'Estensione
| Nome | |
| ID | ifjgbijfaocfhnihljlppnonjogpipjl |
| URL Ufficiale | https://chromewebstore.google.com/detail/steem-tools/ifjgbijfaocfhnihljlppnonjogpipjl |
| Descrizione | Steem Tools |
| Dimensione del File | 1.93 MB |
| Conteggio Installazioni | 125 |
| Versione Corrente | 2.2.10 |
| Ultimo Aggiornamento | 2020-12-17 |
| Data di Pubblicazione | 2019-09-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | HappyBerrysBoy |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://upvuweb-api.upvu.org/privacy |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Steem Tools",
"description": "Steem Tools",
"version": "2.2.10",
"permissions": [
"storage",
"activeTab",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/steemit.com\/*",
"https:\/\/weedcash.com\/*",
"https:\/\/*.steemcoinpan.com\/*",
"https:\/\/*.triplea.reviews\/*",
"https:\/\/*.steemzzang.com\/*",
"https:\/\/*.sportstalksocial.com\/*",
"https:\/\/*.splintertalk.io\/*",
"https:\/\/*.tokenbb.io\/",
"https:\/\/*.actnearn.com\/*",
"https:\/\/*.weedcash.network\/*",
"https:\/\/blogs.bloque64.com\/*",
"https:\/\/*.palnet.io\/*",
"https:\/\/*.busy.org\/*",
"https:\/\/steempeak.com\/*",
"https:\/\/steem-engine.net\/*",
"https:\/\/liv.steempeople.com\/*",
"https:\/\/*.steemleo.com\/*",
"https:\/\/www.sagoda.org\/*",
"https:\/\/www.steeminven.com\/*",
"https:\/\/*.tripsteem.com\/*"
],
"run_at": "document_idle",
"js": [
"thirdParty\/jquery3.3.1.min.js",
"thirdParty\/vue.min.js",
"thirdParty\/vue-material.min.js",
"thirdParty\/steemjs.min.js",
"thirdParty\/showdown.min.js",
"contentConst.js",
"content_script.js",
"vue_source\/components\/graphql.js",
"vue_source\/components\/dispVotingPower.js",
"vue_source\/components\/dispFuncBtn.js",
"vue_source\/components\/dialContent.js",
"vue_source\/components\/tag.js",
"vue_source\/components\/mdListItem.js",
"vue_source\/components\/shortcutUser.js",
"vue_source\/components\/tagFilter.js",
"vue_source\/components\/shortcuttag.js",
"vue_source\/components\/getMarkdown.js",
"vue_source\/components\/goFamilySite.js",
"vue_source\/components\/sourceStorage.js",
"vue_source\/components\/runUrl.js",
"vue_source\/components\/tabs.js",
"vue_source\/components\/title.js",
"vue_source\/vue_main.js"
],
"css": [
"thirdParty\/vue-material-icon.css",
"thirdParty\/vue-material.min.css",
"thirdParty\/vue-material-theme.default.css",
"content_style.css"
]
}
],
"browser_action": {
"default_title": "Steem Tools",
"default_icon": "steemit.png",
"default_popup": "popup\/popup.html"
},
"manifest_version": 2,
"background": {
"scripts": [
"contentConst.js",
"background\/account.js",
"background\/background.js"
],
"persistent": false
}
} | |