Writing Prompt Generator
A writing prompt generator that's available anywhere.
Vad är Writing Prompt Generator?
Writing Prompt Generator är en Chrome-tillägg utvecklad av https://thestoryshack.com, och dess huvudfunktion är "A writing prompt generator that's available anywhere.".
Tilläggsskärmbilder
Ladda ner Writing Prompt Generator-förlängningens CRX-fil
Ladda ner Writing Prompt Generator-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
A writing prompt generator that's available anywhere. Powered by flash fiction and writing tool platform The Story Shack, this lightweight application will provide you with thousands of on-the-fly writing ideas. Use it before starting any new writing sessions in your favorite browser-based text editor! Grundläggande Information om Tillägg
| Namn | |
| ID | kffichpbbagkbjokajcpncophhhjgafl |
| Officiell webbadress | https://chromewebstore.google.com/detail/writing-prompt-generator/kffichpbbagkbjokajcpncophhhjgafl |
| Beskrivning | A writing prompt generator that's available anywhere. |
| Filstorlek | 11.27 KB |
| Antal Installationer | 1,169 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2020-10-12 |
| Publiceringsdatum | 2017-11-16 |
| Betyg | 4.14/5 Totalt 7 Betyg |
| Utvecklare | https://thestoryshack.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://thestoryshack.com/tools/ |
| URL till Sekretesspolicy Sidan | https://relgrowth.com/privacy-policy |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Writing Prompt Generator",
"description": "A writing prompt generator that's available anywhere.",
"version": "2.0",
"browser_action": {
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"default_popup": "popup.html"
}
} | |